sox_ng: Remove (lib)speex un-expected inclusion by discovery
authorTed Hess <[email protected]>
Wed, 18 Jun 2025 23:57:30 +0000 (19:57 -0400)
committerJosef Schlehofer <[email protected]>
Thu, 19 Jun 2025 09:54:00 +0000 (11:54 +0200)
Building sox_ng under certain environments inadvertantly tries to include Speex code.
This patch forces sox_ng to build without Speex codec references.

Signed-off-by: Ted Hess <[email protected]>
sound/sox_ng/Makefile

index 7bd1559c939403229e0b032d219f2ba287d7b78d..3ad9497eb503bd5ff93285388d4eaf4ebb4f358f 100644 (file)
@@ -46,6 +46,7 @@ CONFIGURE_ARGS += \
                --without-libltdl \
                --with-flac \
                --without-ladspa \
+               --without-speexdsp \
                --without-png \
                --without-sndfile \
                --with-opus \